* Makefile.in: Fix build error on FreeBSD.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 17 Sep 2012 21:33:14 +0000 (14:33 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 17 Sep 2012 21:33:14 +0000 (14:33 -0700)
commitf574eac526aec6a8c51819ea317d766d0677a1b2
treeafabda1ab6d16c2d37819d23f32da655b4d9ed24
parenta742776a235c442b2487d5424c94a4ceabdc772d
* Makefile.in: Fix build error on FreeBSD.

($(MAKEFILE_NAME)): Pass MAKE='$(MAKE)' to config.status's env.
Suggested by Wolfgang Jenker in
<http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00430.html>.
(MAKE_CONFIG_STATUS): Remove.  Remaining use expanded.
This undoes part of the 2012-09-10 patch.
(bootstrap): Run ./configure, rather than trying to run config.status
if it exists.  That builds src/epaths.h more reliably.
ChangeLog
Makefile.in